home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / NetWarmer / source / Windowing.h < prev   
Encoding:
Text File  |  1989-01-02  |  248 b   |  10 lines  |  [TEXT/KAHL]

  1. /* Windowing.h */
  2.  
  3. /*----------*/
  4. void DoContent    (WindowPtr    whichWindow);
  5. void DoDrag        (WindowPtr    whichWindow);
  6. void DoGrow        (WindowPtr    whichWindow);
  7. void DoGoAway    (WindowPtr    whichWindow);
  8. void DoZoom        (WindowPtr    whichWindow,
  9.                  short        inOrOut);
  10.